home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / inkscape / extensions / outline2svg.inx < prev    next >
Encoding:
Inkscape extension descriptor  |  2010-03-12  |  788 b   |  18 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
  3.     <_name>Text Outline Input</_name>
  4.     <id>org.inkscape.input.outline</id>
  5.     <dependency type="executable" location="extensions">outline2svg.pl</dependency>
  6.     <dependency type="executable" location="path">perl</dependency>
  7.     <input>
  8.         <extension>.outline</extension>
  9.         <mimetype>text/html</mimetype>
  10.         <_filetypename>Text Outline File (*.outline)</_filetypename>
  11.         <_filetypetooltip>ASCII Text with outline markup</_filetypetooltip>
  12.     </input>
  13.     <script>
  14.         <command reldir="extensions" interpreter="perl">outline2svg.pl</command>
  15.         <check reldir="extensions">outline2svg.pl</check>
  16.     </script>
  17. </inkscape-extension>
  18.